home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / VBFACTS.DIR / 00755_Script_startmovie < prev    next >
Text File  |  1995-09-06  |  669b  |  25 lines

  1. Global gBtn17, gBtn16, gWhatMovie,gTheHelpIsOn,gReInitGlobals
  2.  
  3. on StartMovie
  4.   set gBtn16 = birth(script "a3StateButton", 46, 1931, "SV141819.AIF", "CrossEBFacts", "HandCursor")
  5.   set gBtn17 = birth(script "a3StateButton", 47, 1925, "SV141819.AIF", "CrossABFacts", "HandCursor")
  6.   put "VikingW.dir" into gWhatMovie
  7.   if gReInitGlobals = 1 then
  8.     GlobalSetUpFromTheatre
  9.     set gReInitGlobals = 0
  10.   end if
  11.   VGlobalsSetUpBF
  12.   BFSetUp
  13.   set gTheHelpIsOn = 0
  14.   FrameSetUpEA 489, "HowDoWeKnowCross", "VTime", "resetBF"
  15. end
  16.  
  17. on StopMovie
  18.   hidecontrol (gBtn16)
  19.   hidecontrol (gBtn17)
  20.   set gBtn16 = 0  
  21.   set gBtn17 = 0
  22.   BFKill
  23.   unload 1, 31
  24. end
  25.